ArcFM Responder Mobile Developer Guide
PerformAction(IDictionary,DataSet) Method






Syntax
'Declaration
 
Protected Overloads Overrides Sub PerformAction( _
   ByVal arguments As System.Collections.IDictionary, _
   ByVal dataSet As System.Data.DataSet _
) 
'Usage
 
Dim instance As GroupCounterTransformation(Of GroupType)
Dim arguments As System.Collections.IDictionary
Dim dataSet As System.Data.DataSet
 
instance.PerformAction(arguments, dataSet)
protected override void PerformAction( 
   System.Collections.IDictionary arguments,
   System.Data.DataSet dataSet
)
protected procedure PerformAction( 
    arguments: System.Collections.IDictionary;
    dataSet: System.Data.DataSet
); override; 
protected override function PerformAction( 
   arguments : System.Collections.IDictionary,
   dataSet : System.Data.DataSet
);
protected: void PerformAction( 
   System.Collections.IDictionary* arguments,
   System.Data.DataSet* dataSet
) override 
protected:
void PerformAction( 
   System.Collections.IDictionary^ arguments,
   System.Data.DataSet^ dataSet
) override 

Parameters

arguments
dataSet
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupCounterTransformation<GroupType> Class
GroupCounterTransformation<GroupType> Members
Overload List

Send Feedback